﻿@charset "utf-8";

/* CSS Document */

html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}

ul,li {list-style-type:none; text-transform:capitalize;}

.clear {clear:both; *display:inline;/*IE only*/}



/*menu*/

#menu {height:50px;

	 line-height:50px;overflow:hidden}

#nav {

     margin:0 ; 

 

     display:block;

	 font-size:16px;

	 height:50px;

	 line-height:50px;

	 overflow:hidden;

	 font-family:"微软雅黑";

}

#nav .mainlevel {

      background:url(../images/d2.jpg) 0 0 repeat-x; 

	  float:left;

	  color:#a6043c;  

	  width:140px;

/*IE6 only*/}



#nav .mainlevel a {

      color:#444; 

	  text-decoration:none; 

	  line-height:50px; 

	  display:block; 

	  padding:0; 

	  width:140px;

	  text-align:center;

	  }

	  #nav .mainlevel a:hover{  background:#005bac;}

#nav .mainlevel:hover {

      color:#fff;

	  line-height:50px;

	  text-decoration: none; 

	  background:#005bac;

	  }



#nav .mainlevel a:hover {color:#fff}

#nav .mainlevel:hover a {color:#fff}



#nav .mainlevel1 {

      background:url(../images/d1.jpg) 0 0 repeat-x;

	  float:left; 

      color:#fff;

	  margin:0px;

	  padding:0px;

	  

	  overflow:hidden;

	  width:140px;

/*IE6 only*/}

#nav .mainlevel1 li { list-style:none; height:35px; line-height:35px; overflow:hidden; font-weight:100; font-size:14px;}

#nav .mainlevel1 a {

      color:#fff;

	  text-decoration:none; 

	  line-height:35px; 

	  display:block; 

	  padding:0; 

	  width:140px;

	  height:35px;

	  margin:0px;

	  padding:0px;

	  overflow:hidden;

	  text-align:center;

	  }

#nav .mainlevel1 a:hover {

      color:#005bac;

	  line-height:35px;

	  text-decoration:none; 

	  background:#fff;

	  }

#nav .mainlevel ul {Z-INDEX: 999;

      display:none; 

	  position:absolute;

	  }

#nav .mainlevel li {

      background:#005bac; 

	  width:140px;

	  /*IE6 only*/}

	  



